check Signature
Implement this method to check the signature of the JWT and extract its payload
Return
the payload of the JWT if signature is valid, otherwise null
Parameters
jwt
the JWT to validate
Implement this method to check the signature of the JWT and extract its payload
the payload of the JWT if signature is valid, otherwise null
the JWT to validate